From: Jo-Philipp Wich Date: Wed, 18 Jul 2018 12:49:02 +0000 (+0200) Subject: luci-theme-openwrt: fix another instance of misplaced page action button X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=369553cd140b92ef61c05d9618d5bb71f19668a2;p=project%2Fluci.git luci-theme-openwrt: fix another instance of misplaced page action button Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index bcdbb5646a..dc36ab3f95 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -838,13 +838,15 @@ div.cbi-optionals { } .cbi-page-actions > .cbi-button-save, -.cbi-page-actions > .cbi-button-apply { +.cbi-page-actions > .cbi-button-apply, +.cbi-page-actions > form[method="post"] { margin-left: auto; } *::-ms-backdrop, .cbi-page-actions > .cbi-button-save, -.cbi-page-actions > .cbi-button-apply { +.cbi-page-actions > .cbi-button-apply, +.cbi-page-actions > form[method="post"] { margin-left: 50%; }